Click or drag to resize

ServiceSyncFolders Method (StandardFolder, String)

Synchronizes the subfolders of a specific folder.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public SyncFoldersResponse SyncFolders(
	StandardFolder standardFolder,
	string state
)

Parameters

standardFolder
Type: Independentsoft.ExchangeStandardFolder
The StandardFolder that contains the folders to synchronize with.
state
Type: SystemString
The optional sync state that represents the point in time to start the synchronization.

Return Value

Type: SyncFoldersResponse
A list of changes that occurred in the specified folder.
See Also